Free Microsoft AZ-700 Exam Questions - Test Your Skills
Page: 1 / 3.2 Total 16 questions
Want more questions? Get Premium Access. ()
Question 1
You are building a Fabric notebook named MasterNotebook1 in a workspace. MasterNotebook1 contains the following code:
Answer: A, B
Explanation: To execute notebooks in a specific sequence, you can use the run_notebook() function within a master notebook or set up a pipeline that triggers each notebook in order.
Question 2
You need to implement the solution for the book reviews.
Which should you do?
Answer: B
Explanation: The requirement specifies that Litware plans to make the book reviews available in the lakehouse without making a copy of the data. In this case, creating a shortcut in Fabric is the most appropriate solution. A shortcut is a reference to the external data, and it allows Litware to access the book reviews stored in Amazon S3 without duplicating the data into the lakehouse
Question 3
You need to copy data from Database1 to Warehouse1.
Which item should you use?
Answer: B
Explanation: To copy data from an on-premises Microsoft SQL Server database (Database1) to a warehouse (Warehouse1) in Fabric, a data pipeline is the most appropriate tool. A data pipeline in Fabric is designed to move data between various data sources and destinations, including on-premises databases like SQL Server, and cloud-based storage like Fabric warehouses.
Question 4
You need to ensure that you can attach Notebook2 to the same Apache Spark session as Notebook1.
What should you do?
Answer: A
Explanation: To ensure that Notebook2 can attach to the same Apache Spark session as Notebook1, you need to enable high concurrency for notebooks. High concurrency allows multiple notebooks to share a Spark session, enabling them to run within the same Spark context and thus share resources like cached data, session state, and compute capabilities. This is particularly useful when you need notebooks to run in sequence or together while leveraging shared resources.